home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_3266 / frame_90 / DoAction.as
Encoding:
Text File  |  2004-09-30  |  220 b   |  11 lines

  1. stop();
  2. if(!_root.pisek)
  3. {
  4.    _root.s.Speak(hero,"Tak nic.","B","Hmm, nothing special",this);
  5. }
  6. else
  7. {
  8.    _root.s.Speak(hero,"Tak tady taky nic.","B","And here nothing special too",this);
  9. }
  10. _root.pisek = true;
  11.